home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Audio / MacAmp™ 2.0.1 / Entheogen 1.1 / Third Party Plugins / WhiteCap 3.4! / (into Entheogen Plugins Folder) / WhiteCap Configs / Feel The Music < prev    next >
Encoding:
Text File  |  2000-02-05  |  729 b   |  60 lines  |  [TEXT/ttxt]

  1. /*
  2. "Feel the music"
  3. The goal of this one was just to make as many variables as possible 
  4. dependent on the music itself so you could see any feel it to the 
  5. greatest possible extent in the visual.
  6. - Mike "Belar" Powell, belar@earthling.net
  7. */
  8.  
  9. Resn=10,
  10.  
  11. Durn="1.7",
  12.  
  13. CamX="150",
  14. CamY="-100 * sin(t / 10)",
  15. CamZ="60 + 30 * cos(t / 5)",
  16.  
  17. CmLX="40",
  18. CmLY="0",
  19. CmLZ="0",
  20.  
  21. CUpX="0",
  22. CUpY="0",
  23. CUpZ="1",
  24.  
  25. C0="1 - dt", // Distance color falloff
  26.  
  27. D0="mag(s)",
  28.  
  29. D1="2-(2^(1 - d0))", // Non-linear build-up
  30.  
  31.  
  32. R="0",
  33. G="D1 * C0",
  34. B="(1 - D1) * C0",
  35.  
  36.  
  37.  
  38. ConL=1, ConB=0,
  39.  
  40.  
  41. LWdt="6",
  42.  
  43. Fall="1",
  44.  
  45. C1="150 * (dt + 1)",
  46.  
  47. X="150 - 800 * dt * (d0 + .2)",
  48. Y="c1 * (s - .5)",
  49. Z="50 * d0",
  50.  
  51. widt=640,heig=480,
  52.  
  53. Scal="900"
  54.  
  55. ScSz=1,
  56.  
  57. Pers="250",
  58.  
  59. Vers=30
  60.